lastIndexOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int lastIndexOf(TString str, TString toFind, int startIndex)
    pure nothrow @nogc @safe
    int
    lastIndexOf
    (
    TString
    )
    (
    inout TString str
    ,
    inout TString toFind
    ,
    int startIndex = -1
    )
  2. int lastIndexOf(TChar[] str, TChar ch, int startIndex)

Meta